PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → WD220Session memory consumption vastly different between development and production servers
WD220Session memory consumption vastly different between development and production servers
Iniciado por Bob PAPIRNIK, 04,may. 2018 13:01 - No hay respuesta
Miembro registrado
1 mensaje
Publicado el 04,mayo 2018 - 13:01
I am puzzled by the huge difference in the memory used by the same application/process when run on my development machine and on our production server.

The application is V22 Dynamic WEBDEV.

Development server:
Windows 7 – 32-bit
4GB RAM
4 CPU
Database: MySQL 32-bit

Production server:
Windows 2008R2 - 64-bit
52GB RAM
8 CPU
Database: MySQL 64-bit

WD220session memory consumed:

Development server: ~500K
Production server: ~130000K

Here are more details.





Legend:

- The Login screen does not run any process until a login is requested. The memory data is after the page is loaded and before a login request.
- After a successful login a Home page is displayed. This is just a page displaying main menu and with no processing.
- User selects to open a page which has a memory browse (Ajax) table with some 8000 records.
- User then closes the above page and returns to the Home page.


Any clues as to what could be a reason, or reasons, for this will be appreciate it.

Thank you.
Bob