Hi All !
Есть комп с WinXP, используемый в качестве файл-сервера, на нем расшарена база данных 1С. При запуске пользователями нескольких копий 1С происходит ошибка при открытии файла таблицы 1С.
На серваке в Event Viewer'е появляется сообщение:
Event ID: 2017
The server was unable to allocate from the system nonpaged pool because the server reached the configured limit for nonpaged pool allocations.
Я так подозреваю что открывается слишком много файлов одновременно.
Единственное что я пока смог найти это ключи реестра:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\NonPagedPoolSize
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\NonPagedPoolQuota
попробовал менять там значения с 0 на 256 000 000 и 512 000 000, но ничего не изменилось.
В MSDN на этот Event ID написано вот что:
Event Message:
The server was unable to allocate from the system nonpaged pool because the server reached the configured limit for nonpaged pool allocations.
Source Event Log Event ID Event Type
Srv System 2017 Error
Explanation:
This is a non-critical message that appears if the server is configured to use limited resources. If the server is configured to use an unlimited number of connections, some hidden parameters might need to be changed.
User Action:
No action is needed unless the server has reached the maximum configured Optimization setting. When this is reached, contact the person with administrative rights on the server to increase the Optimization setting.
Но легче от такого объяснения не становится
Подскажите please как устранить эту проблему.
Есть комп с WinXP, используемый в качестве файл-сервера, на нем расшарена база данных 1С. При запуске пользователями нескольких копий 1С происходит ошибка при открытии файла таблицы 1С.
На серваке в Event Viewer'е появляется сообщение:
Event ID: 2017
The server was unable to allocate from the system nonpaged pool because the server reached the configured limit for nonpaged pool allocations.
Я так подозреваю что открывается слишком много файлов одновременно.
Единственное что я пока смог найти это ключи реестра:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\NonPagedPoolSize
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\NonPagedPoolQuota
попробовал менять там значения с 0 на 256 000 000 и 512 000 000, но ничего не изменилось.
В MSDN на этот Event ID написано вот что:
Event Message:
The server was unable to allocate from the system nonpaged pool because the server reached the configured limit for nonpaged pool allocations.
Source Event Log Event ID Event Type
Srv System 2017 Error
Explanation:
This is a non-critical message that appears if the server is configured to use limited resources. If the server is configured to use an unlimited number of connections, some hidden parameters might need to be changed.
User Action:
No action is needed unless the server has reached the maximum configured Optimization setting. When this is reached, contact the person with administrative rights on the server to increase the Optimization setting.
Но легче от такого объяснения не становится
Подскажите please как устранить эту проблему.