# TinyWebServer **Repository Path**: chahu666/tiny-web-server ## Basic Information - **Project Name**: TinyWebServer - **Description**: C++服务器 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-20 - **Last Updated**: 2025-05-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 工具 pidof 程序名称 返回程序的进程号 top -p 进程号 -H 查看该进程的情况,-H是该进程的子线程也监听 1、临时生效 执行 ulimit -n 65535 2、永久生效 可将 ulimit -n 65535 添加到 /etc/profile 的最后