This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Applications Memory Usage (in Kilobytes): | |
Uptime: 1114767953 Realtime: 2059016056 | |
Total RSS by process: | |
858,540K: im.status.ethereum (pid 16000 / activities) | |
568,812K: system (pid 2115) | |
396,792K: com.discord (pid 18841 / activities) | |
376,184K: com.android.systemui (pid 4045) | |
375,800K: com.twitter.android (pid 24600 / activities) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Applications Memory Usage (in Kilobytes): | |
Uptime: 1114655801 Realtime: 2058903905 | |
Total RSS by process: | |
860,816K: im.status.ethereum (pid 16000 / activities) | |
650,892K: system (pid 2115) | |
390,312K: com.discord (pid 18841 / activities) | |
381,820K: com.android.systemui (pid 4045) | |
371,452K: com.twitter.android (pid 24600 / activities) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Applications Memory Usage (in Kilobytes): | |
Uptime: 1114588222 Realtime: 2058836325 | |
Total RSS by process: | |
858,272K: im.status.ethereum (pid 16000 / activities) | |
587,768K: system (pid 2115) | |
392,864K: com.discord (pid 18841 / activities) | |
372,684K: com.twitter.android (pid 24600 / activities) | |
367,904K: com.android.systemui (pid 4045) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Applications Memory Usage (in Kilobytes): | |
Uptime: 1114474142 Realtime: 2058722246 | |
Total RSS by process: | |
873,500K: im.status.ethereum (pid 16000 / activities) | |
681,080K: system (pid 2115) | |
375,136K: com.twitter.android (pid 24600 / activities) | |
375,036K: com.android.systemui (pid 4045) | |
373,172K: com.discord (pid 18841 / activities) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Applications Memory Usage (in Kilobytes): | |
Uptime: 1114110601 Realtime: 2058358705 | |
Total RSS by process: | |
845,932K: im.status.ethereum (pid 16000 / activities) | |
567,516K: system (pid 2115) | |
458,648K: com.android.systemui (pid 4045) | |
429,600K: com.discord (pid 18841 / activities) | |
374,488K: com.twitter.android (pid 24600 / activities) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Applications Memory Usage (in Kilobytes): | |
Uptime: 1114078958 Realtime: 2058327061 | |
Total RSS by process: | |
565,116K: system (pid 2115) | |
473,556K: com.discord (pid 18841 / activities) | |
449,424K: com.android.systemui (pid 4045) | |
371,956K: im.status.ethereum (pid 16000 / activities) | |
366,584K: com.twitter.android (pid 24600 / activities) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Applications Memory Usage (in Kilobytes): | |
Uptime: 1114052017 Realtime: 2058300121 | |
Total RSS by process: | |
661,716K: system (pid 2115) | |
612,692K: com.discord (pid 18841 / activities) | |
383,184K: com.android.systemui (pid 4045) | |
371,376K: com.twitter.android (pid 24600 / activities) | |
286,516K: com.sec.android.app.launcher (pid 4583 / activities) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Applications Memory Usage (in Kilobytes): | |
Uptime: 1112290430 Realtime: 2056430476 | |
Total RSS by process: | |
866,904K: im.status.ethereum (pid 767 / activities) | |
659,840K: system (pid 2115) | |
384,548K: com.android.systemui (pid 4045) | |
376,348K: com.twitter.android (pid 24600 / activities) | |
342,716K: com.discord (pid 18841 / activities) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
description = "A flake that demonstrates Radicle.xyz with Tor "; | |
nixConfig = { | |
extra-substituters = [ | |
"https://nix-community.cachix.org" | |
]; | |
extra-trusted-public-keys = [ | |
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" | |
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
doc_index = InMemoryExactNNIndex[Document](index_file_path='db_sample.bin') | |
pydantic/_migration.py:281: UserWarning: `pydantic.error_wrappers:ValidationError` has been moved to `pydantic:ValidationError`. | |
warnings.warn(f'`{import_path}` has been moved to `{new_location}`.') | |
Traceback (most recent call last): | |
File ".../test_book.py", line 27, in <module> | |
doc_index = InMemoryExactNNIndex[Document](index_file_path='db_nemesis_sample.bin') | |
File "...docarray/index/backends/in_memory.py", line 51, in __init__ | |
super().__init__(db_config=db_config, **kwargs) |
NewerOlder