Hexise
Hexise
Thank you for the reply! Why did Judge0 store all the code? Is there a configuration that can turn this feature off? I do not want to store the code....
I think this can be a feature request for the judge0 if it makes sense to you. I need to watch out the disk increase manually, and the increased disk...
> @hexise You can create trigger or procedure that can delete record automatically. Like you can keep only last 5 day record. > > Another option is you can call...
The code has already added the 16KB page sizes support in CMakeLists.txt. `target_link_options(usb-lib PRIVATE "-Wl,-z,max-page-size=16384") target_link_options(errno-lib PRIVATE "-Wl,-z,max-page-size=16384")` You can just build the project by yourself and use the aar...