Linux进程资源设置

#include <stdlib.h>
#include <stdio.h>
#include <sys/resource.h>
#include<sys/prctl.h>
#include <string.h>

int main() {



    struct rlimit rl;
    if(getrlimit(RLIMIT_CORE,&rl) != 0){
        perror("getrlimit failed");
    }

    printf("RLIMIT_CORE:\n");
    printf("cur:%d,max:%d\n\n",rl.rlim_cur,rl.rlim_max);


    if(prctl(PR_SET_DUMPABLE,1) != 0){
        perror("prctl error.");
    }
    int a = 0;
    printf("PR_GET_DUMPABLE:%d\n",prctl(PR_GET_DUMPABLE,&a));
    printf("%d\n",a);


    char pName[16] = {0};
    prctl(PR_GET_NAME,pName);

    printf("pName before: %s\n",pName);

    strcpy(pName,"Process_t1");

    if(prctl(PR_SET_NAME,pName) != 0){
        perror("PR_SET_NAME Failed.");
    }
    printf("pName after: %s\n",pName);



    return 0;
}

文章标题:Linux进程资源设置
网址分享:https://www.cdcxhl.com/article46/pohphg.html

成都网站建设公司_创新互联,为您提供微信公众号小程序开发网站设计公司关键词优化建站公司App开发

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

网站优化排名