When connecting, does it often take too long or gives the message "client disconnected from server" at the end?
Try setting paged pool memory to "low". That fixes it for most people.
Just to be simple, the memory manager component of Windows creates the following memory pools that the system uses to allocate memory: nonpaged pool and paged pool. Both memory pools are located in the region of the address space that is reserved for the system and mapped into the virtual address space of each process.
The nonpaged pool consists of virtual memory addresses that are guaranteed to reside in physical memory as long as the corresponding kernel objects are allocated.
The paged pool consists of virtual memory that can be paged in and out of the system. To improve performance, systems with a single processor have three paged pools, and multiprocessor systems have five paged pools.
The handles for kernel objects are stored in the paged pool, so the number of handles you can create is based on available memory.
Yeh, that eternal loading thing happens way too often...
Share This Post:
Share This Thread
Social Sharing:
URL:
BBcode:
HTML:
Jump to Forum:
The Malebolge Statistics
On The Malebolge we have 2 News,
you can read 5 Articles.
In our Downloads section you can find 16 Downloads,
in the Photo Gallery we have 50 Images.
You can find 84 useful Weblinks.
On the Forum we have 7 Threads,
and members wrote 9 Posts.
The Malebolge has 6 Registered Members ,
and they left 1 Comments.