Python Forum
Slower script on faster machine?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Slower script on faster machine?
#9
Windows? Well, consider to look at the virtual memory. Windows writes the data on the hard drive wherever it find a place. Fragmentation was mentioned yet but ... Windows is willing to use the virtual memory a lot by default. If this memory is set with dynamic size ( by demand and if I remember this is by default ) what is happens is constantly fragmentation of the page file. Set manually the size of the virtual memory, run the windows defragmentation program ( twice. I've seen that one run doesn't do it )
In order to has a good performance a Windows box have to has both fast CPU hard drive. My experience. 

Apologize my English  Cool
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Messages In This Thread
Slower script on faster machine? - by guest123 - Jan-04-2017, 07:49 PM
RE: Slower script on faster machine? - by micseydel - Jan-04-2017, 07:55 PM
RE: Slower script on faster machine? - by guest123 - Jan-04-2017, 08:03 PM
RE: Slower script on faster machine? - by micseydel - Jan-04-2017, 08:58 PM
RE: Slower script on faster machine? - by guest123 - Jan-04-2017, 09:31 PM
RE: Slower script on faster machine? - by micseydel - Jan-04-2017, 09:44 PM
RE: Slower script on faster machine? - by nilamo - Jan-04-2017, 10:42 PM
RE: Slower script on faster machine? - by wavic - Jan-05-2017, 12:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Program running a lot slower after change to Ubuntu hubenhau 1 2,910 Mar-02-2021, 05:01 PM
Last Post: Serafim
  help need with running python script on remote windows machine onenessboy 2 11,132 Dec-14-2018, 03:02 PM
Last Post: onenessboy
  The number of object makes code slower? fig0 1 2,522 Jan-25-2018, 11:16 PM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020