Advertisement
Guest User

Untitled

a guest
Jan 9th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.37 KB | None | 0 0
  1. {
  2.     "process_list": [
  3.         {
  4.             "priority": "REALTIME_PRIORITY_CLASS",
  5.             "bind_cpu": "auto",
  6.             "thread_list": [
  7.                 {
  8.                     "worker_path": "x64/worker-jerry_x64_aesni_v2.bin",
  9.                     "count": 3,
  10.                     "bind_cpu": "auto",
  11.                     "priority": "THREAD_PRIORITY_HIGHEST",
  12.                     "additional_mode": false,
  13.                     "use_aesni": true,
  14.                     "use_prefetch": false
  15.                 }
  16.             ]
  17.         }
  18.     ]
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement