Core Idea: 对于 GC 主要有两种方式,reference count 和 mark and sweep。这片文章主要讨论了如何高效的进行 mark and sweep 过程。 Mark and sweep 思想是先遍历所有的 chunk,然后对于 GC 之后不再需要的 chunk 进行标 ...
分类:
其他好文 时间:
2021-01-19 11:48:11
阅读次数:
0
拓扑如下 R1 enable 进入特权模式 config 进入全局模式 hostname R1 修改名称 interface s0/1 进入端口 ip address 192.168.1.1 255.255.255.0 设置IP地址 physical-layer speed 64000 设置同步时钟 ...
分类:
其他好文 时间:
2021-01-08 10:35:51
阅读次数:
0
查看有几个物理CPU cat /proc/cpuinfo | grep "physical id" | sort | uniq | wc -l 查看cpu核数 cat /proc/cpuinfo | grep "core id" | sort | uniq | wc -l 查看CPU线程 cat / ...
分类:
其他好文 时间:
2021-01-02 11:13:23
阅读次数:
0
linux 看cpu、内存、虚拟内存、磁盘查、 查看物理cpu个数 cat /proc/cpuinfo | grep "physical id" | sort | uniq | wc -l 查看物理cpu内核个数 cat /proc/cpuinfo | grep "cpu cores" | uniq ...
分类:
系统相关 时间:
2020-12-28 10:56:23
阅读次数:
0
名词解释:1.物理卷 Physical Volume (PV):一个物理卷,包含了许多物理分区2.物理分区 Physical Extents (PE) 3.卷组 Volume Group (VG):一个VG是由许多物理分区组成的(可能来自多个物理卷或硬盘)。 4.逻辑卷 Logical Volume ...
分类:
其他好文 时间:
2020-12-18 12:56:26
阅读次数:
3
1、简述osi七层模型和TCP/IP五层模型osi:物理层--->数据链路层--->网络层--->传输层--->会话层--->表示层--->应用层physical>datalink>network>transport>session>presentation>application物理层:二进制传输(比特流)。定义了各种物理设
分类:
其他好文 时间:
2020-12-16 12:22:57
阅读次数:
5
#centos6.5扩容(不使用partprobe命令重读分区) [root@host-10-0-0-15 ~]# fdisk /dev/vda WARNING: DOS-compatible mode is deprecated. It's strongly recommended to swit ...
分类:
其他好文 时间:
2020-10-30 11:46:15
阅读次数:
22
POI 三大实现类 HSSFWorkbook XSSFWorkbook SXSSFWorkbook <dependencies> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version> ...
分类:
Web程序 时间:
2020-10-26 10:48:40
阅读次数:
37
iova支持 所谓iova可以理解为io的地址,或者说是DMA的地址。在17.11中很多之前的phys_addr关键字都被替换为了iova关键字了。因为在之前dpdk不感知iommu,设置DMA都是用物理地址,但是在借助iommu时就可以使用虚拟地址进行DMA了。在rte_eal_init中还有如下 ...
分类:
其他好文 时间:
2020-10-18 16:59:22
阅读次数:
20
最近经常有人问亚科检测玩具出口要做哪些认证,今天就在这些重点介绍一下玩具的相关检测认证。首先,玩具出口欧盟需要做CE认证,标准为EN71。出口美国需要做ASTM认证。另外现在很多玩具在美国亚马逊上销售,亚马逊对玩具的要求是要提供ASTM检测+CPSIA测试+CPC证书(即儿童产品证书。)EN71-1/-2/-3部分的项目与ASTM的项目基本一致。检测项目如下:EN71Part1-physical&
分类:
其他好文 时间:
2020-09-17 18:21:54
阅读次数:
25