-
m-relay
<gfdshygti53:monero.social> getmonero.org cert expired, who to contact for that?
-
m-relay
<123bob123:matrix.org> Certbot renew —dry run
-
m-relay
<baz:monero.social> the cert isn't Let’s Encrypt... they aren't a traditional certificate authority
-
m-relay
<baz:monero.social> issued by: Organization: Cloudflare, Inc.
-
m-relay
<123bob123:matrix.org> Sectigo
-
gingeropolous
how do i tell if the mem thats used is shared or not? using "free -h" all i see is only 10 Gi used, 467Mi free, and 51Gi in buff/cache and available.
-
Inge
wait, if it is kernel file system cache, then it's probably in the buff/cache part? Not sure how that works for docker containers tho... now up to 1.74GB in use, but I have 16GB in buff/cache also available ...
-
moneromooo
top will show memory usage. You want SHR.
-
Inge
VIRT: 194g, RES: 2.1g, SHR: 1.0g
-
Inge
just a gig
-
moneromooo
Oh wait. VIRT is the virtual address space, which is what mmaped data will be assigned to. SHR is shared libs etc. Sorry.
-
euri10
greetings, just in case it's not been reported yet, but the website certificate expired, I just noticed it trying to get a tar in my docker image.
-
hyc
no you're correct moneromooo
-
hyc
virtual address space of 194G reflects the total size of the mmap for the blockchain, SHR shows how much of that is actually being used
-
hyc
1.0G SHR, 2.1G RES means monerod itself is using 1.1G for whatever variables/state it maintains
-
hyc
SHR includes shared libs *and* the LMDB space because LMDB uses a shared mmap.
-
moneromooo
Ah, thanks.
-
gingeropolous
and this is with release, self-compiled
-
hyc
so, memleak is unlikely
-
gingeropolous
so when monerod is paired with xmrblocks and xmrblocks is heavily used, monerod will use a lot
-
gingeropolous
and i guess systemd is tracking shared memory for some reason. i wonder if systemd has more specific memory accounting configs
-
hyc
unlikely. systemd is not exactly a model of good software design.
-
gingeropolous
because it doesn't start at 37g. It starts low, and over a period of ~24 hours gets to this level
-
hyc
right, the more random blockchain queries you get, the more DB must be read into RAM
-
hyc
you should just disable those accounting controls. the shared memory usage doesn't impact system performance.
-
gingeropolous
sometimes xmrchain.net feels sluggish (when you use the website). Then I restart the daemons and its snappy again
-
hyc
ah, make sure /proc/sys/vm/swappiness is zero
-
hyc
otherwise the kernel will prioritize FS cache over program memory, which is not helpful.
-
xeno-machine
is my understanding of the monero idle sync protocol correct: for every connection, handshake and do a bunch of checks (is the payload data (peerlist) correct? is the network correct? is this a valid connection? etc), if we pass the checks update "just seen", otherwise close the connection
-
gingeropolous
thanks hyc
-
m-relay
<ack-j:matrix.org> What is the status of the forensic investigation for the CCS wallet hack. Even though the funds were returned I’d like to have some certainty around how they were taken
-
m-relay
<123bob123:matrix.org> Check github
-
m-relay
<123bob123:matrix.org> There was an update
-
m-relay
<123bob123:matrix.org>
monero-project/meta #923
-
m-relay
<ack-j:matrix.org> Thank you, didnt know about that issue
-
rbrunner
After I did `rescan_bc hard` on a working multisig wallet, it now complains the following when I try `export_multisig_info`: "Error: This multisig wallet is not yet finalized"
-
rbrunner
This might be new, as I did not find any issue for that; code is latest master