server: better python memory usage tracking

This commit is contained in:
Koushik Dutta
2023-01-13 22:46:31 -08:00
parent f8f11e9821
commit e910374019
5 changed files with 12 additions and 8 deletions

View File

@@ -2,7 +2,6 @@ import child_process from 'child_process';
import fs from "fs";
import os from "os";
import path from 'path';
import readline from 'readline';
import { Readable, Writable } from 'stream';
import { RpcMessage, RpcPeer } from "../../rpc";
import { createRpcDuplexSerializer } from '../../rpc-serializer';