vox23

Untitled

Sep 8th, 2023
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. Using config file: serverconfig.xml
  2. [UnityMemory] Configuration Parameters - Can be set up in boot.config
  3.     "memorysetup-bucket-allocator-granularity=16"
  4.     "memorysetup-bucket-allocator-bucket-count=8"
  5.     "memorysetup-bucket-allocator-block-size=4194304"
  6.     "memorysetup-bucket-allocator-block-count=1"
  7.     "memorysetup-main-allocator-block-size=16777216"
  8.     "memorysetup-thread-allocator-block-size=16777216"
  9.     "memorysetup-gfx-main-allocator-block-size=16777216"
  10.     "memorysetup-gfx-thread-allocator-block-size=16777216"
  11.     "memorysetup-cache-allocator-block-size=4194304"
  12.     "memorysetup-typetree-allocator-block-size=2097152"
  13.     "memorysetup-profiler-bucket-allocator-granularity=16"
  14.     "memorysetup-profiler-bucket-allocator-bucket-count=8"
  15.     "memorysetup-profiler-bucket-allocator-block-size=4194304"
  16.     "memorysetup-profiler-bucket-allocator-block-count=1"
  17.     "memorysetup-profiler-allocator-block-size=16777216"
  18.     "memorysetup-profiler-editor-allocator-block-size=1048576"
  19.     "memorysetup-temp-allocator-size-main=4194304"
  20.     "memorysetup-job-temp-allocator-block-size=2097152"
  21.     "memorysetup-job-temp-allocator-block-size-background=1048576"
  22.     "memorysetup-job-temp-allocator-reduction-small-platforms=262144"
  23.     "memorysetup-temp-allocator-size-background-worker=32768"
  24.     "memorysetup-temp-allocator-size-job-worker=262144"
  25.     "memorysetup-temp-allocator-size-preload-manager=262144"
  26.     "memorysetup-temp-allocator-size-nav-mesh-worker=65536"
  27.     "memorysetup-temp-allocator-size-audio-worker=65536"
  28.     "memorysetup-temp-allocator-size-cloud-worker=32768"
  29.     "memorysetup-temp-allocator-size-gfx=262144"
  30. Segmentation fault (core dumped)
Advertisement
Add Comment
Please, Sign In to add comment