Initial PHP host implementation
This commit is contained in:
9
notes/php-cli-run-flags.md
Normal file
9
notes/php-cli-run-flags.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# PHP Recommended Run Flags
|
||||
|
||||
```php
|
||||
php -d memory_limit=4G \
|
||||
-d opcache.enable_cli=1 \
|
||||
-d opcache.jit_buffer_size=256M \
|
||||
-d opcache.jit=tracing \
|
||||
ext/php/run.php run $PATH_TO_ARBORIX_BUNDLE $ARGS
|
||||
```
|
||||
Reference in New Issue
Block a user