Rafal W.
Rafal W.
I've commented out `nvidia NVreg_EnablePCIeGen3=0` line, disabled `NVreg_PreserveVideoMemoryAllocations` and enabled `NVreg_DynamicPowerManagement` in `/etc/modprobe.d/nvidia.conf`, so: ``` options nvidia NVreg_DynamicPowerManagement=1 # Enabling allows the driver to throttle power during stalls, potentially preventing...
System worked for a week, and start crashing again, several times in the same day. The configuration didn't change, nothing was changed or updated. Similar call traces: ``` Call Trace:...
Potentially related: - GH-776 (NV_ERR_GPU_IS_LOST)
- There is no newer VBIOS update (version 95.02.3C.40.1B installed from 12/13/22). All GPUs have matching VBIOS. - Tried changing NVreg_EnablePCIeGen3, NVreg_EnableResizableBar=0 and NVreg_DynamicPowerManagement=0 with different options, but didn't make...
Another crash today: ``` NVRM: VM: nv_free_pages: 0x54 NVRM: VM: nv_free_pages:3890: 0x0000000040de6c3f, 84 page(s), count = 1, page_table = 0x00000000edfafb31 NVRM: VM: nv_free_system_pages: 84 pages NVRM: uvmTerminateAccessCntrBuffer_IMPL: Unloading UVM Access...
I've tried the following BIOS changes: - Advanced > PCI Subsystem Settings: Re-Size BAR Support: [Disabled] (), including `options nvidia NVreg_EnableResizableBar=0` in `nvidia.conf` - Advanced > PCI Subsystem Settings: SR-IOV...
I've also noticed these errors in `kern.log`: ``` $ rg -C5 'Failed to query display' kern.log NVRM: nvidia_close on GPU with minor number 3 message repeated 2 times: [ NVRM:...
You can run backtest with Docker using the following two methods. ### Using EA-Tester container Please read [Backtesting using Docker](https://github.com/EA31337/EA31337/wiki/Backtesting-using-Docker). Basically you can run Docker like: docker run ea31337/ea-tester:EURUSD-2018-DS run_backtest...
When using scripts from the repo, you need to compile the EA first, sorry for the missing that step. So: 1. In the main folder (where you've `Makefile`), run: `make...
Also, regarding the backtesting, recently the EA Tester has some issue using 5-digit digit, it usually falls back to 4-digit (so EURUSD price got 4 digits after a dot), this...