473,785 Members | 2,327 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

windows pagfile utilization

Could anyone help me with this?

I am running some memory intensive computations with python on XP, and
was running out of memory when the pagefile got full (~2g)...so I reset
the windows pagefile to 4g (maximum allowed).

My program still crashes at 2g (according to the task manager). Do I
need to inform python that the pagefile has a new size? How do I check
that python is utilizing the full pagefile?

thanks,

djoefish

Aug 30 '06 #1
4 1312

"djoefish" <dj******@gmail .comwrote in message
news:11******** *************@p 79g2000cwp.goog legroups.com...
My program still crashes at 2g (according to the task manager). Do I
need to inform python that the pagefile has a new size? How do I check
that python is utilizing the full pagefile?
It won't. You'll hit the 2Gb user virtual address space limit first.
Aug 30 '06 #2
Not page/swap -- by default Windows only gives 2GB to
applications for data; the rest is held for shared OS kernel
usage.
Is it just me or does this seem ludicrous? If I had a bunch of
re$ource$ and I employed someone to manage them for me, would I
find it acceptable that they consume half of the re$ource$ for
their own use just to manage the other half of my re$ource$?

"Thanks for putting 4 gigs of ram in your machine. How about I
let you use 2 of 'em while I underutilize the other 2 gigs?"

Sounds silly, IMHO.

-tkc


Aug 30 '06 #3
I guess that means that I shouldn't waste my money bumping my RAM up
from 1g to 2g? What about Linux? Are there constraints there too?
djoefish

Aug 30 '06 #4

"Tim Chase" <py*********@ti m.thechases.com wrote in message
news:ma******** *************** *************** **@python.org.. .
"Thanks for putting 4 gigs of ram in your machine. How about I let you use 2 of 'em
while I underutilize the other 2 gigs?"

Sounds silly, IMHO.
Well, for a lot of scenarios, it's going to be the 2GB limit on system
space that is more of an issue. It's 2GB per process for user space,
whereas your whole filesystem cache, for example, is likely to have
to fit into that 2GB system space.

Having said that, tweaking the limit to 3GB, say, is a bit like rearranging
the deckchairs on the Titanic. DEC was doing much the same with big iron
VAX machines in '93. If you need that much space today, just use a 64-bit
system and get over it, unless you really are locked in.
Aug 30 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
4113
by: | last post by:
Hi All, I am little confused here, hope you can help me. While processing WM_POWERBROADCAST (wParam=PBT_APMQUERYSUSPEND), I MUST to do some lengthy operation(30 sec) before system Suspends or hibernates. To achieve this, in my message handler when processing PBT_APMQUERYSUSPEND, I create another thread which takes care of making this lengthy operation, and when its done I
0
1061
by: dtp | last post by:
This one has got me stumped. Is there a way to figure out the utilization of each processor in an MP system? (2P and above) Right now I use the NtQuerySystemInformation API to get busy and idle time of each processor in a system and this works most of the time except on 64-bit Windows 2003 server on some platforms. What makes me nervous is MS says it may drop support for this call in future OSes so I can't depend on it long term...
4
2804
by: shijizz | last post by:
Hi all, I am new to perl programming. I am in look out of a script which will help me to monitor the following components of windows 2003 servers on a periodic basis - CPU utilization -Disk utilization -memory utilization I would like to schedule the script to run on a linux machine Can anyone help me with this or direct me to a site where i can find the required info
1
6630
by: Kaheru | last post by:
memory utilization increase? This is because when i try to keep track of the CPU utilization and memory utilization of my FTP server process (ftpserver.exe), the CPU utilization increase, but the memory utilization decrease. Why is this happening? PS: CPU Utilization is taken from Process\% Processor Time Memory Utilization is taken from Process\Working Set (I want to measure the physical memory it uses) Any help is appreciated....
0
9647
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10356
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10162
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10100
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9959
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7509
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5528
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3665
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2893
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.