On Sun, Jul 19, 2009 at 6:07 AM, arvand<[email protected]> wrote: > > When trying to upload an image, I get a blank screen and the rails > instance crashes. The error in mongrel.log is: > > libgomp: Thread creation failed: Cannot allocate memory > > I realize this is most likely the user itself not having enough memory > allocation. I've set memlock to 10000 in /etc/security/limits.conf and > ulimit -a for the user brings up the following: > > core file size (blocks, -c) 200000 > data seg size (kbytes, -d) 200000 > scheduling priority (-e) 0 > file size (blocks, -f) unlimited > pending signals (-i) 38912 > max locked memory (kbytes, -l) 1000 > max memory size (kbytes, -m) 200000 > open files (-n) 100 > 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) 20 > virtual memory (kbytes, -v) 200000 > file locks (-x) unlimited > > Have you seen this before? and if so, what do you suggest? Which > command actually outputs this error (which command is the application > running) so I can just troubleshoot with the command instead of > crashing the app over and over again. > > Thanks. >
The app uses the FileColumn which basically piggy backs on the cgi lib in std-lib and rmagick. I've never seen this before. What OS are you running? That should be plenty of ram, I'm not sure why you're getting an OOM ex. cheers, steven bristol --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lovd by Less" 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/lovdbyless?hl=en Who loves ya baby? -~----------~----~----~----~------~----~------~--~---
