码迷,mamicode.com
首页 >  
搜索关键字:shared memory    ( 31942个结果
How Arc works in Rust
The Atomic Reference Counter (Arc) type is a smart pointer that lets you share immutable data across threads in a thread-safe way. I couldn’t find any ...
分类:其他好文   时间:2021-01-01 12:32:52    阅读次数:0
SDRAM基础知识
SDRAM(Synchronous Dynamic Random Access Memory)即同步动态随机存储器,其中的同步是指时钟信号频率与CPU保持同步,由于在进行SDRAM操作时要不断进行刷新以保证数据不会丢失,所以又叫做动态存储器。 SDRAM内部存储电路原理是利用了电容能够保持电荷的能力 ...
分类:其他好文   时间:2020-12-31 12:07:25    阅读次数:0
阿里云Centos7 安装mysql5.7 报错:./mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
在阿里云服务器Centos7中安装mysql5.7,解压数据库初始化后,报错 ./mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or di ...
分类:数据库   时间:2020-12-31 11:58:26    阅读次数:0
【JVM】metaspace系列-metaspace分层设计
从metaspace系列-metaspace初识中我们知道metaspace这个类定义了几个属性,这几个属性其实是三对,因为metaspace里面包含了两类数据,分别是类相关的元数据和非类相关的元数据,从下图截取src/share/vm/memory/metaspace.hpp的源码图可以看出来元数 ...
分类:Web程序   时间:2020-12-30 11:32:38    阅读次数:0
logrotate日志文件管理工具
1. logrotate 介绍 logrotate 程序是一个日志文件管理工具。用来把旧的日志文件删除,并创建新的日志文件,称为日志 转储或滚动。可以根据日志文件的大小,也可以根据其天数来转储,这个过程一般通过 cron 程序来执 行 2. logrotate 配置 相关文件 计划任务:/etc/c ...
分类:其他好文   时间:2020-12-30 11:21:45    阅读次数:0
Understanding Happens-before relationship(理解Happens-before关系)
原文链接:https://www.logicbig.com/tutorials/core-java-tutorial/java-multi-threading/happens-before.html Happens-before relationship is a guarantee that ac ...
分类:移动开发   时间:2020-12-30 10:54:01    阅读次数:0
rabbitmq进程崩溃导致服务器宕机
背景 操作系统是 centos 6,RabbitMQ 3.8.1. 服务器突然无法连接,重启后查看/var/log/messages,报错日志如下: epmd: erlang mapper daemon cant fork 2'nd time Cannot allocate memory epmd: ...
分类:系统相关   时间:2020-12-29 11:23:04    阅读次数:0
centos7虚拟内存设置
项目占用内存有点大,进程总被杀死,设置一下虚拟内存试试 一、先查看一下自己的服务器swap大小 [root@localhost ~] free -h # 下面显示的 Swap 即为我们的虚拟内存(我的内存条为4G的) total used free shared buff/cache availab ...
分类:其他好文   时间:2020-12-25 12:53:03    阅读次数:0
SQL Server 2008语句大全完整版
SQL Server 2008语句大全完整版 设置内存选项 --设置 min server memory 配置项 EXEC sp_configure N'min server memory (MB)',0 --设置 max server memory 配置项 EXEC sp_configure N' ...
分类:数据库   时间:2020-12-25 11:57:49    阅读次数:0
KVM_IOEVENTFD KVM_IRQFD
kvm_vm_ioctl(s, KVM_IRQFD, &irqfd); kvm_vm_ioctl(kvm_state, KVM_IOEVENTFD, &kick) Ioctl Cmd Implement function Src file KVM_CREATE_VCPU kvm_vm_ioctl_c ...
分类:其他好文   时间:2020-12-24 12:27:36    阅读次数:0
31942条   上一页 1 ... 12 13 14 15 16 ... 3195 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!