LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-08-2008, 03:25 AM   #1
morfeus80
Member
 
Registered: Mar 2006
Distribution: OpenSUSE 10.3
Posts: 53

Rep: Reputation: 15
RAM limitation


Hi guys,

I'm working in a 64bit cluster with 32Gbytes of memory, but I have to run a 32bit software. Therefore I type "setarch i386" to use the cluster like a 32bit PC. The problem now is I can use just 4Mbytes of memory, but I need more.

Is there any chance to allocate more memory?

Thanks!
 
Old 09-08-2008, 03:32 AM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Are you running SuSE on the cluster? It has a biarch architecture for cpus that run 64 & 32 bit software.
Did you mean 4GB of memory? That is the limit of the x86 architecture, however with the PAE extension you can increase that. This means using a different kernel. I don't think that the program itself can use more than 4GB. The total ram available will increase by increasing the page size.
 
Old 09-08-2008, 03:45 AM   #3
morfeus80
Member
 
Registered: Mar 2006
Distribution: OpenSUSE 10.3
Posts: 53

Original Poster
Rep: Reputation: 15
Thanks jschiwal,

my OS is RedHat. I don't know what PAE is (I'm a Linux newbie)... What could I do to solve my problem? How can I increase the memory limit?
 
Old 09-08-2008, 03:47 AM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
As stated, you will need a PAE enabled kernel - and motherboard (should be standard these days). And yes, the 32-bit virtual size (per process) is still limited to 4 Gig, regardless of the amount of RAM available.
Quote:
Originally Posted by jschiwal View Post
The total ram available will increase by increasing the page size.
Nope, hugetlb page is something different again.

Update: just saw your latest post; Redhat ship kernels with PAE in the name - just search for and install that. Will probably become the default boot option, else select from the boot menu.

Last edited by syg00; 09-08-2008 at 03:52 AM.
 
Old 09-08-2008, 07:25 AM   #5
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
If most of the answers you got so far make any sense, then I've totally misunderstood what you're trying to do. Can you be clearer about that.

Quote:
Originally Posted by morfeus80 View Post
I'm working in a 64bit cluster with 32Gbytes of memory, but I have to run a 32bit software.
The way I interpreted that is you are running a 64-bit Linux on 64-bit hardware, but want to run 32-bit programs within it. Is that correct? Most 64-bit Linux distributions are "multilib" meaning they have no problem running 32-bit programs.

Or did you mean you want to run a completely 32-bit environment (kernel and all programs) on 64-bit hardware? In that case, the "PAE" answers you got are important.

Or do you want to run a 32-bit kernel virtual inside a 64-bit one, or something else stranger than the first two guesses above?

Quote:
Therefore I type "setarch i386"
I looked up what that meant, and if I understood it correctly, it shouldn't be necessary nor even helpful for any of what I think you might be trying to do. In a 64-bit multilib system, you should be able run 32-bit programs by just running them.

Quote:
The problem now is I can use just 4Mbytes of memory, but I need more.
We assume you mean 4GB not 4MB. But 4GB per what?

The limit of 4GB per process (when running 32-bit programs under a 64-bit OS) is forced by the architecture. You aren't going to get around it. If the 32-bit program were running under a 32-bit kernel you'd have just 3GB per process.

But if you just want a total over 4GB (multiple processes of under 4GB each, adding up to over 4GB) that's easy. With a 64-bit kernel or a 32-bit PAE kernel, it just works that way.

Last edited by johnsfine; 09-08-2008 at 07:28 AM.
 
Old 09-08-2008, 07:58 AM   #6
morfeus80
Member
 
Registered: Mar 2006
Distribution: OpenSUSE 10.3
Posts: 53

Original Poster
Rep: Reputation: 15
Hi johnsfine,

Quote:
The way I interpreted that is you are running a 64-bit Linux on 64-bit hardware, but want to run 32-bit programs within it. Is that correct? Most 64-bit Linux distributions are "multilib" meaning they have no problem running 32-bit programs.
this is correct! But if I run the program without typing"setarch i386", it doesn't work.

From you answer I understand I haven't any chance to increase the memory.
 
Old 09-08-2008, 08:52 AM   #7
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
Quote:
Originally Posted by morfeus80 View Post
From you answer I understand I haven't any chance to increase the memory.
From any of the answers above you can understand you haven't any chance to increase the memory per 32-bit process.

I'm curious what program you're trying to run. If it's open source, you could recompile it for 64-bit mode. If it's anything commonly used then posting what it is would make you more likely to get some constructive advice on how to deal with the 4GB limit.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Session Per Ip Limitation Fr33B5D Linux - Networking 4 08-28-2005 08:39 PM
Samba limitation?? Manuel-H Linux - Software 2 05-12-2005 10:12 PM
Apache limitation? ryedunn Linux - Newbie 6 10-31-2004 04:03 AM
disk limitation lynos Linux - General 2 09-21-2004 12:51 PM
RH 7.1 LILO limitation? darkangel Linux - General 18 08-11-2002 02:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration