Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: Re: Re: Re: STOP Trading Memory for Speed

by Anonymous Monk
on Sep 25, 2002 at 23:56 UTC ( [id://200770]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Re: STOP Trading Memory for Speed
in thread STOP Trading Memory for Speed

PAE lets the OS and specifically aware processes address more memory than what a simple pointer can address. If you turn it on then your OS can use more memory. That doesn't let any individual application push the 32-bit limit unless the OS supplies hooks for mapping and unmapping memory into what the program can directly address, and the program is aware of and uses those hooks.

If you had a single process address over 4 GB of RAM on a 32-bit CPU, then the OS has to provide those hooks and the application has to be using it. It would make sense for BerkeleyDB to try this, but I don't know if does. If it doesn't and you want it to, you could pay Sleepycat to develop it for you.

  • Comment on Re: Re: Re: Re: Re: STOP Trading Memory for Speed

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: STOP Trading Memory for Speed
by perrin (Chancellor) on Sep 26, 2002 at 05:47 UTC
    Good info. Thanks for stopping by, Anon.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://200770]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (1)
As of 2024-04-25 00:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found