Extended Main Memory

博主因工作需求将电脑内存从512M升级到1G(512M*2)的DDR333,在运行Eclipse、Word等内存消耗大的程序后,明显感受到计算机速度提升,特别是在进行大型程序切换时不再出现假死现象。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

  前几天版主的工资发下来了,手头顿时宽裕了一些。由于在公司开发的需要,决定把内存升到1G。今天和LP一起去了珠江路,470的价格把1G(512M*2)的DDR333扛了下来。唉,谁让我是DDR1的主板呢,这价钱,都快赶上2G的DDR2了。什么世道啊。。。

  跑过了Eclipse, Word, Excel等几个消耗内存的程序,明显感觉机子的速度上来了。特别是大型程序切换的时候再没有缺页中断导致的大量换页而造成的机子假死。真happy~~谢谢LP~~

帮忙翻译如下内容/* * Configure a filter for packet traces. * * This supplements the packet trace feature so that only packets matching * the filter are included in the trace. Currently the only filter is to * keep packets that include a certain node in the trace or exclude a certain * node in the trace. * * The count of traced packets in the "trace add" command is still used to * create a certain number of traces. The "trace filter" command specifies * how many of those packets should be retained in the trace. * * For example, 1Mpps of traffic is arriving and one of those packets is being * dropped. To capture the trace for only that dropped packet, you can do: * trace filter include error-drop 1 * trace add dpdk-input 1000000 * <wait one second> * show trace * * Note that the filter could be implemented by capturing all traces and just * reducing traces displayed by the "show trace" function. But that would * require a lot of memory for storing the traces, making that infeasible. * * To remove traces from the trace pool that do not include a certain node * requires that the trace be "complete" before applying the filter. To * accomplish this, the trace pool is filtered upon each iteraction of the * main vlib loop. Doing so keeps the number of allocated traces down to a * reasonably low number. This requires that tracing for a buffer is not * performed after the vlib main loop interation completes. i.e. you can't * save away a buffer temporarily then inject it back into the graph and * expect that the trace_index is still valid (such as a traffic manager might * do). A new trace buffer should be allocated for those types of packets. * * The filter can be extended to support multiple nodes and other match * criteria (e.g. input sw_if_index, mac address) but for now just checks if * a specified node is in the trace or not in the trace. */
04-03
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值