Changes

Jump to navigation Jump to search
m
Line 178: Line 178:     
into the permissions.info file will result in your activity being launched with the same uid each time it is run. (This is option is mainly used by activities based on the xulrunner codebase.)
 
into the permissions.info file will result in your activity being launched with the same uid each time it is run. (This is option is mainly used by activities based on the xulrunner codebase.)
 +
 +
Other options which may be specified include:
 +
 +
lim_nofile 20
 +
lim_fsize 10e6
 +
lim_nproc 8
 +
lim_mem 190e6
 +
 +
which will limit the number of file descriptors, the maximum writable file size, the number of processes, and the maximum size of the activity's address space, respectively. (See <tt>[http://linux.die.net/man/2/setrlimit man 2 setrlimit]</tt> for details.)
    
== Other Technologies Comparison ==
 
== Other Technologies Comparison ==
76

edits

Navigation menu