Wilfried Goesgens
Wilfried Goesgens
added generators: https://github.com/arangodb/arangodb/pull/21623
Hi, Please note that most linux filesystems keep a space reserve for the root user. You could use tune2fs to adjust that amount: https://askubuntu.com/questions/1014132/can-i-make-the-system-reserve-for-partitions-smaller However, please note that once the...
I meant reducing the reserved space - or at least get to know that this is there. Your monitoring (prometheus? collectd? zabbix? grafana?) should show you something like a saw-tooth...
I fear that we can't do much about this, since this is happening inside V8 wrapper code. acquiring the `v8::HandleScope::HandleScope` fails. You're simply overloading the V8 interface. the `Known Limitations`...
3.11 has the same V8 version as 3.10 - so it should work there too - if. Reaching the ` --javascript.v8-max-heap` should not result in a crash. It seems 1875...
Ok, it seems we could find the issue. https://github.com/arangodb/arangodb/pull/21416 will most probably be part of 3.12.4 once its released.
The rationale against it was that you could use it to create invalid data and thus it is an attack surface like uploading attack machine code.
Hi, do you write your data using `waitForSync` set to true?
if you want to be sure your data is written to disk by the time you end your query you should set it to true. However, please note that this...
It should protect you from it happening in the future. We might also add an option for rocksdb to trigger it by itself: https://www.pratikagarwal.me/post/wait-rocksdb-doesn-t-fsync-each-wal-write-by-default