| 0
    
        prilforreal   28.11.23✎ 11:22 | 
        Доброго дня, волшебники!
 Второй раз за две недели сталкиваюсь с такой ошибкой:
 Ошибка при выполнении запроса POST к ресурсу /e1cib/logForm:
 Случается она при выгрузке номенклатуры, вечером когда все остальные сеансы закрыты.
 
 База серверная на postgreSql, windows server 2008x64, 16gb ОЗУ, 9гб-файл подкачки, Процессор AMD Athlon(tm) x4 840 (3.1Ghz).
 Конфиг использования ресурсов postgre:
 
 ------------------------------------------------------------------------------
 # RESOURCE USAGE (except WAL)
 #------------------------------------------------------------------------------
 
 # - Memory -
 
 shared_buffers = 4096MB            # min 128kB
 # (change requires restart)
 #temp_buffers = 512MB            # min 800kB
 #max_prepared_transactions = 0        # zero disables the feature
 # (change requires restart)
 # Note:  Increasing max_prepared_transactions costs ~600 bytes of shared memory
 # per transaction slot, plus lock space (see max_locks_per_transaction).
 # It is not advisable to set max_prepared_transactions nonzero unless you
 # actively intend to use prepared transactions.
 #work_mem = 1MB                # min 64kB
 #maintenance_work_mem = 16MB        # min 1MB
 #max_stack_depth = 2MB            # min 100kB
 
 # - Disk -
 
 #temp_file_limit = -1            # limits per-session temp file space
 # in kB, or -1 for no limit
 
 # - Kernel Resource Usage -
 
 #max_files_per_process = 1000        # min 25
 # (change requires restart)
 #shared_preload_libraries = 'online_analyze, plantuner'    # (change requires restart)
 
 # - Cost-Based Vacuum Delay -
 
 #vacuum_cost_delay = 0ms        # 0-100 milliseconds
 #vacuum_cost_page_hit = 1        # 0-10000 credits
 #vacuum_cost_page_miss = 10        # 0-10000 credits
 #vacuum_cost_page_dirty = 20        # 0-10000 credits
 #vacuum_cost_limit = 200        # 1-10000 credits
 
 # - Background Writer -
 
 #bgwriter_delay = 200ms            # 10-10000ms between rounds
 #bgwriter_lru_maxpages = 100        # 0-1000 max buffers written/round
 #bgwriter_lru_multiplier = 2.0        # 0-10.0 multipler on buffers scanned/round
 
 # - Asynchronous Behavior -
 
 #effective_io_concurrency = 1        # 1-1000; 0 disables prefetching
 
 
 #------------------------------------------------------------------------------
 Происходит это рандомно (Пока не разобрался в чем дело).
 Помогите найти виновника или вылечить проблему!
 |  | 
    
        | 1
    
        prilforreal   28.11.23✎ 11:24 | 
        Прошу прощения, ошибся с разделом, не знаю как призвать модератора и перенести тему в другой раздел, конфа Розница 2.2, 1С 8.3     |  |