Main Page
Questions & Answers
Manuals / How to ...
Support Center

Use of all resources is controlled by ulimits in our system. We have defined the following limits foryour Unix shell and for your scripts running under web-server:

For your Unix shell (Telnet server) For your scripts running under web-server
  Cpu time (seconds) 5     Cpu time (seconds) 3  
  File size (512-blocks) unlimited     File size (512-blocks) unlimited  
  Data seg size (kbytes) 6144     Data seg size (kbytes) 4096  
  Stack size (kbytes) 4096     Stack size (kbytes) 2048  
  Core file size (512-blocks) 12288     Core file size (512-blocks) 8192  
  Max memory size (kbytes) 6144     Max memory size (kbytes) 4096  
  Locked memory (kbytes) 4096     Locked memory (kbytes) 2048  
  Max user processes 12     Max user processes 16  
  Open files 32     Open files 48  

Core file size: The largest size (in bytes) core(5) file that may be created
Cpu time: The maximum amount of cpu time (in seconds) to be used by each process
Data seg size: The maximum size (in bytes) of the data segment for a process. This defines how far a program may extend its break with the sbrk(2) system call.
Locked memory: The maximum size (in bytes) which a process may lock into memory using the mlock(2) function.
Open files: The maximum number of open files for this process.
Max user proc.: The maximum number of simultaneous processes for this user id.
Max memory size: The maximum size (in bytes) to which a process's resident set size may grow. This imposes a limit on the amount of physical memory to be given to a process. If memory is tight, the system will prefer to take memory from processes that are exceeding their declared resident set size.
Stack size: The maximum size (in bytes) of the stack segment for a process. This defines how far a program's stack segment may be extended. Stack extension isperformed automatically by the system.

>>> If you need to change this default feel free to contact our support


Hosting Signup Form Control Panel Support Center
We are now operating ten dual-processor servers running our customized FreeBSD OS. By incorporated the highly reliable cluster system, and our special customized software onto the base technologies, we are able to guarantee 100% uptime.

Copyright © 1999-2003 Croesus International Inc.