- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Not enough memory to run command
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 09:29 PM
06-09-2004 09:29 PM
-bash: /usr/bin/find: Argument list too long
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 10:04 PM
06-09-2004 10:04 PM
Re: Not enough memory to run command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 10:08 PM
06-09-2004 10:08 PM
Solutioni do not think it has anything to do with memory. as the error message put it, the argument list you have given to find is too long. see this for explanation and resolution:
http://www.linuxjournal.com/article.php?sid=6060
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 12:43 AM
06-10-2004 12:43 AM
Re: Not enough memory to run command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 12:48 AM
06-10-2004 12:48 AM
Re: Not enough memory to run command
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 03:37 AM
06-10-2004 03:37 AM
Re: Not enough memory to run command
It is not a problem with physical memory, not even one of virtual memory, but an artificial limitation created for any and all of the following reasons:
- to protect you from yourself exectuing 'out-of-control' commands
- to adhere to a (posix) standard [Tru64 Unix has this, you have to issue:
sysconfig -r proc exec_disable_arg_limit=1
- to created easier code.
Mostly using find is used as a solution to this standard problem. Since for you it is the cause, we'd like to see the exact command used. You are not using 'find * ...' are you?
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 07:41 PM
06-10-2004 07:41 PM
Re: Not enough memory to run command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2004 01:46 AM
06-11-2004 01:46 AM
Re: Not enough memory to run command
What is the point? The two points made (not a memory problem, what is the exact command) were both made twice before over 3 much earlier replies. It doesn't seem like a timing window, but I suppose it could have been a reply stuck in some queue or forgotten window (I've done that, and posted days too late :-).
Never mind me... Cheers, Hein.