码迷,mamicode.com
首页 >  
搜索关键字:physical memory    ( 29882个结果
C++ 常用代码段整理
1、检查内存泄漏: 头文件 // MS Visual C++ memory leak debug tracing #if defined(_MSC_VER) && defined(_DEBUG) # define _CRTDBG_MAP_ALLOC # include <crtdbg.h> #end ...
分类:编程语言   时间:2021-01-30 11:40:32    阅读次数:0
解决spark-submit的There is insufficient memory for the Java Runtime Environment to continue.(老顽固问题) failed; error='Cannot allocate memory' (errno=12)
Q:第一次提交wordcount案例,OK,一切正常。再次提交,出现下述错误。完整错误粘贴如下: 21/01/27 14:55:48 INFO spark.SecurityManager: Changing modify acls groups to: 21/01/27 14:55:48 INFO ...
分类:编程语言   时间:2021-01-28 11:56:52    阅读次数:0
SD,TF,MMC,EMMC
https://blog.csdn.net/sinat_27746419/article/details/73604520 1.SD卡:SD卡是(secure digital memory card)安全数码卡,是一种基于半导体快闪记忆器的新一代记忆设备,常用于电脑,相机等大器材上。 2.TF卡是( ...
分类:其他好文   时间:2021-01-26 12:38:08    阅读次数:0
快速搞懂Docker部署ElasticSearch集群
前言 为什么要用ElasticSearch?我们的应用经常需要添加检索功能,开源的Elastic Search是目前全文检索引擎的首选。它可以快速的存储、搜索和分析海量数据。ElasticSearch是一个分布式搜索框架,提供RestfulAPI,底层基于Lucene,采用多shard(分片)的方式 ...
分类:其他好文   时间:2021-01-26 12:09:17    阅读次数:0
Proj THUDBFuzz Paper Reading: 南京大学软件分析课程2020, 08 Pointer Analysis
Motivation 明显,类层次分析没法很好完成invokeinterface的分析。 Intro 作用: 确定某个指针能够指向何处memory 对oop能够确定指针指向的具体是哪个class的方法,field等 一般是may analysis Pointer Analysis & Alias A ...
分类:数据库   时间:2021-01-26 12:06:31    阅读次数:0
linux查看操作系统命令
一、linux CPU大小 cat /proc/cpuinfo |grep "model name" && cat /proc/cpuinfo |grep "physical id" 说明:Linux下可以在/proc/cpuinfo中看到每个cpu的详细信息。但是对于双核的cpu,在cpuinfo ...
分类:系统相关   时间:2021-01-25 10:49:16    阅读次数:0
【Fast17】The Logic of Physical Garbage Collection in Deduplicating Storage
Core Idea: 对于 GC 主要有两种方式,reference count 和 mark and sweep。这片文章主要讨论了如何高效的进行 mark and sweep 过程。 Mark and sweep 思想是先遍历所有的 chunk,然后对于 GC 之后不再需要的 chunk 进行标 ...
分类:其他好文   时间:2021-01-19 11:48:11    阅读次数:0
dotnet高性能buffer
1 前言 我曾经写过《杂谈.netcore的Buffer相关新类型》的博客,简单介绍过BinaryPrimitives、Span<>,Memory<>,ArrayPool<>,Memorypool<>这些基础类型,在实际项目中,我们更需要的是更上层的高效缓冲区申请、buffer写入、buffer读取 ...
分类:Web程序   时间:2021-01-18 10:36:59    阅读次数:0
windows mysql 跳过登录密码重置
1.打开命令窗口cmd,输入命令:net stop mysql,停止MySQL服务 2.开启跳过密码验证登录的MySQL服务 mysqld --console --skip-grant-tables --shared-memory 3.再打开一个新的cmd,无密码登录MySQL,输入登录命令:mys ...
分类:数据库   时间:2021-01-11 10:55:08    阅读次数:0
【题解】Cards For Friends 【水题】
A. Cards for Friends time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output For the New Year, Po ...
分类:其他好文   时间:2021-01-08 11:28:07    阅读次数:0
29882条   上一页 1 ... 8 9 10 11 12 ... 2989 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!