No, i don't think there is any Memory limit for process. look at this result:
# ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i) 16382 max locked memory (kbytes, -l) 64 max memory size (kbytes, -m) unlimited open files (-n) 1024 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 real-time priority (-r) 0 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) 47807 virtual memory (kbytes, -v) unlimited file locks (-x) unlimited as you can see, the maximum memory is unlimited. but there is no policy for node, and i don't change anything at all. i just install and use default policy. On Tue, Apr 10, 2012 at 1:45 AM, Ben Noordhuis <[email protected]> wrote: > On Mon, Apr 9, 2012 at 12:22, Amir Mahmoudi <[email protected]> > wrote: > > I'm using Debian Server 6 on my server, after installing SE Linux, and > > execute "setenfore 1" to active SE Linux completely on the > > server( what is said in the manual of debian Wiki > http://wiki.debian.org/SELinux/Setup) > > Node.js can't run. not even a simple log command > > > > and receive this error: FATAL ERROR: v8::Context::New() V8 is no > > longer usable > > > > how can i solve this problem? > > Are there memory restrictions in effect? V8 (that is, Node) needs at > least 768 MB of virtual address space. > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
