superpowers04 / linc_luajit Public forked from nebulazorua/linc_luajit Notifications Fork 9 Star 9 Code Pull requests Actions Projects Security Insights New issue mac arm64 support hopefully #4 Merged superpowers04 merged 2 commits into superpowers04:master from mcagabe19:master Jul...
LuaJIT GC64 mode for x86_64 architectures, raising the LuaJIT GC-managed memory limit from 2GB to 128TB and producing more predictable GC performance. From this version on, the new lua-kong-nginx-module Nginx module is required to be built into OpenResty for Kong to function properly. This...
'/bin/bash' '-c' '/usr/local/openresty/luajit/bin/luajit -e " local command = [[kong version]] local version_output = io.popen(command):read() local version_pattern = [[([%d%.%-]+[%d%.])]] local parsed_version = version_output:match(version_pattern) io...