[ landing / help / a / 2hu / os / mu / bb / g / tech / torrent / p2p ] [ home / overboard ]

/tech/

[C][1][2][3][4][5][6][7][8][9][10][11][12][13][14][15][16][17][18][19][20][21][22][23][24][25][26][27][28][29][30][31][32][33][34][35][36][37][38][39][40][41][42][43][44][45][46][47][48][49][50][51][52][53][54][55][56][57][58][59][60][61][62][63][64][65][66][67][68][69][70][71][72][73][74][75][76][77][78][79][80][81][82][83][84][85][86][87][88][89][90][91][92][93][94][95][96][97][98][99][100][101][102][103][104][105][106][107][108][109][110][111][112][113][114][115][116][117][118][119][120][121][122][123][124][125][126][127][128][129][130][131][132][133][134][135][136][137][138][139][140][141][142][143][144]
New Draft Version of GladdenAnonymous8/4/2024, 8:59:50 AM#7db97614

Recently, there was a new update to Peerbit that fixes various issues and also significantly reduces memory usage. I got it working with gladden: https://gitgud.io/threshold862543/gladden/-/merge_requests/3#7030d0b2f71b999ff89a343de08c414af32fc93a feel free to experiment with it if you want, I haven't merged it into the main branch for the following reason: there's one issue that the way of storing/handling data on disk changed to the point of breaking backwards compatibility with the current version; posts and files posted in the new version aren't visible in the current version, and vice versa. I could make a migration script for users to export post data in the current version and then re-import it into the new version, however, if users don't upgrade to the newer version, the discrepancy will remain. So this solution would not be ideal. However I also want to reduce the memory usage sooner rather than later. The Peerbit dev is also investigating ways to avoid breaking database breaking for this upgrade and for potential future upgrades, but the timeline for that is still undetermined, but waiting it out is another option. I'd like to get the feedback and opinions of the current users running their own nodes and ask what you think would be best or would like to happen.


[C][1][2][3][4][5][6][7][8][9][10][11][12][13][14][15][16][17][18][19][20][21][22][23][24][25][26][27][28][29][30][31][32][33][34][35][36][37][38][39][40][41][42][43][44][45][46][47][48][49][50][51][52][53][54][55][56][57][58][59][60][61][62][63][64][65][66][67][68][69][70][71][72][73][74][75][76][77][78][79][80][81][82][83][84][85][86][87][88][89][90][91][92][93][94][95][96][97][98][99][100][101][102][103][104][105][106][107][108][109][110][111][112][113][114][115][116][117][118][119][120][121][122][123][124][125][126][127][128][129][130][131][132][133][134][135][136][137][138][139][140][141][142][143][144]