Skip to content

Commit

Permalink
Tweak config
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Nov 29, 2023
1 parent 4c0d4f9 commit a88bf62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Psalm/Internal/Fork/PsalmRestarter.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ final class PsalmRestarter extends XdebugHandler
'jit' => 1205,
'validate_timestamps' => 0,
'file_update_protection' => 0,
'jit_buffer_size' => 512 * 1024 * 1024,
'jit_buffer_size' => 128 * 1024 * 1024,
'max_accelerated_files' => 1_000_000,
'interned_strings_buffer' => 64,
'jit_max_root_traces' => 30_000_000,
'jit_max_side_traces' => 30_000_000,
'jit_max_exit_counters' => 30_000_000,
'jit_max_root_traces' => 1_000_000,
'jit_max_side_traces' => 1_000_000,
'jit_max_exit_counters' => 1_000_000,
'jit_hot_loop' => 1,
'jit_hot_func' => 1,
'jit_hot_return' => 1,
Expand Down

0 comments on commit a88bf62

Please sign in to comment.