|
Bugzilla – Full Text Bug Listing |
| Summary: | ulimit virtual memory too small | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.3 | Reporter: | Jeremy Figgins <jeremy.figgins> |
| Component: | Other | Assignee: | E-mail List <bnc-team-screening> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | jengelh |
| Version: | RC 2 | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | openSUSE 11.3 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jeremy Figgins
2010-07-07 19:44:34 UTC
An update to my previous post: The machine is a laptop with 512MB physical RAM, 480MB of which is available to the OS (the other 32MB goes to the video card). Upon first boot, I created a swap file (dd if=/dev/zero of=/swap bs=4k count=512000 && mkswap /swap), inserted it into /etc/fstab, and then turned it on (swapon -a). After doing this, ulimit -a returned 378080. After a reboot, ulimit -a returns the correct amount 2016480. Is there some command that I need to run after "swapon"? Or should the system automatically correct ulimit? The 378MB number doesn't seem to correspond to any of the memories on the system: 2GB swap 512MB physical 480MB available 32MB video memory Where is SuSE getting this number? Long time no response.So colsed.Feel free to reopen it.Thanks. Long time no response.So closed.Feel free to reopen it.Thanks Revert bogus NORESPONSE close. Jeremy: 378 = 80% of 472 MB (-> there are your 480MB, roughly) /etc/sysconfig/ulimit SOFTVIRTUALLIMIT="80" *** This bug has been marked as a duplicate of bug 672055 *** |