Increase /tmp size

how to increase /tmp size in linux...?
so many method available on internet but i want any tested and authentic way.
please check the info of current system.
df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda5 8254240 2081408 5753540 27% /
/dev/sda1 194442 12140 172263 7% /boot
none 4154288 0 4154288 0% /dev/shm
/dev/sda7 314043080 113563632 184526908 39% /home
/dev/sda6 1035660 34228 948824 4% /tmp
/dev/sda3 12096756 6632992 4849280 58% /usr
Regards,
Amin

Your problem stems from the initial setup, which included creating a separate disk partition for the /tmp directory. Sophisticated disk partitioning was a common task in past to prevent a bad process from filling up a disk and hence stop the core system from functioning in the end, or to reserve disk space for certain logical areas. Considering how fast and cheap disk space has become, there is more reason to avoid partitioning were it is not essentinally necessary.
If you need more tmp space, e.g. to Install Oracle database, you can assign a temporary tmp directory and put it under /home.
<pre>
sudo mkdir /home/tmp2
sudo chmod 1777 /home/tmp2
</pre>
Set the tmp directory prior to starting your application:
<pre>
export TMPDIR=/home/tmp2
./runInstaller.sh
</pre>
To permanently relocate /tmp you will need to boot the system into single user mode, edit /etc/fstab to remove your tmp partiton, and create a /tmp directory with 1777 permissions under root, or create a symlink to another location.

Similar Messages

  • How to increase disk size in solaris

    Hi all
    I have two disk c1t0d0s0 / c1t0d0s7
    I do haven't space in disk /dev/dsk/c1t0d0s0
    run df -h
    /dev/dsk/*c1t0d0s0* 8,8G 7,4G 1,3G 86% /
    /devices 0K 0K 0K 0% /devices
    ctfs 0K 0K 0K 0% /system/contract
    proc 0K 0K 0K 0% /proc
    mnttab 0K 0K 0K 0% /etc/mnttab
    swap 3,4G 984K 3,4G 1% /etc/svc/volatile
    objfs 0K 0K 0K 0% /system/object
    sharefs 0K 0K 0K 0% /etc/dfs/sharetab
    /usr/lib/libc/libc_hwcap1.so.1
    8,8G 7,4G 1,3G 86% /lib/libc.so.1
    fd 0K 0K 0K 0% /dev/fd
    swap 3,4G 72K 3,4G 1% /tmp
    swap 3,4G 40K 3,4G 1% /var/run
    /dev/dsk/*c1t0d0s7* 20G 21M 20G 1% /export/home
    I want increasing the space in c1t0d0s0. when I installed Solaris 10 I do not looked attentively the size allocated
    Thanks

    Hi,
    As I understand, you want to increase the size of the root partition (where you installed Solaris) which resides in c1t0d0s0. I think it can be done using Concatenations from Solaris Volume Manager (SVM).
    I have tried it in non root partition like /export/home and it is very easy.
    metainit -f d0 2 1 c1t0d0s7 1 c2t0d0s7 //this will create volume d0 as a concatenation
    growfs -M /export/home /dev/md/rdsk/d0 //this will grow the /export/home partition
    Regards,
    Rei

  • Why source HardDisk Increases in size?

    Every time I connect to a network drive (LAN or iDisk) as soon as I transfer files by making a copy from the local drive to network hard disk, my *source Hard Disk also increases in size*. Please try yourself, check Get Info for a hard disk from which you copy. This is very strange. It came to my attention when my partner tried to upload total 10GB to his iDisk at Apple site, his local hard drive increased by almost the same size. This is true for any computer I tried. Since the idea was to keep files offline on a server and get read off original files from local drive after making a copy, the increased size of local hard drive defeated the purpose.
    Even when I checked with small size files, I got the same story, for files as small as 2MB. Anytime working with any network drive I got the same result. And after ejecting iDisk or other Network drive, the startup drive changes just a little, decreases for less than 5%, and 95% of size increase is just waste of space. It became apparent that this is not a localized problem.
    Any ideas why this is happening?
    Message was edited by: ashot
    Message was edited by: ashot

    When transferring files over a network this can increase the amount of ram you are using very quickly and if you dont have enough physical ram this can increase the virtual memory. Virtual memory uses your hard drive disk space.
    This may be a clue. Also tmp files are created when copying files.
    After you complete a transfer and notice that your drive usage has increased take a note of the increase then reboot your mac and see if the drive space is reclaimed.

  • I use iwires to connect macbook to lg tv to watch netflix.How do I increase screen size on tv.I have tried display options on settings- not working

    I use iwires to connect macbook to lg tv to watch netflix.How do you increase screen size on rv.I have tried display settings ,but not working

    I would guess that the HDMI port on your mac is for output only - no input, and that's what your'e attempting to do when you attach the mac to your xbox. I looked in Mactracker and it lists the HDMI port as video output for both the 13" Retina MacBook Pro and the 15" Retina MacBook Pro (your post didn't say which one you have), so looks like that is the issue..

  • In mail, how do you increase font sizes in a reply.  Cannot find things like "underline", "italic" etc either.  Where are they?  Entourage was easier!!

    In mail, how do you increase font sizes in a reply.  Cannot find things like "underline", "italic" etc either.  Where are they?  Entourage was easier!!

    Preferences/Compsing/set to Rich Text (only then you can use bold etc).
    Then Rightclick the toolbar in Mail, and clcik Customize the toolbar.
    Put the icons (with or without text) that you want on your toolbar.

  • Bold chars & increase font size in ALV Top of Page - OOPS

    Hi,
    I am using ALV OOPs to display my data.
    I am splitting the container and using top container to display headings in following way:
    data:   top TYPE REF TO cl_dd_document
      CREATE OBJECT top
        EXPORTING
          style = 'ALV_GRID'.
      lv_fontsize = cl_dd_document=>large.
    lv_text = 'HEADING'.
      CONDENSE lv_text.
      CALL METHOD top->add_text
        EXPORTING
          text         = lv_text
          fix_lines    = 'X'
          sap_fontsize = lv_fontsize         "cl_dd_document=>large
        CHANGING
          document     = cv_top.
    But the heaidng is not displayed with high font size and is similar to the text with cl_dd_document=>medium
    How can I increase font size of heading.
    Thanks!

    Hi Vasu,
    Use SAP_STYLE parameter in the method.
    Value will be HEADING or KEY.
    Regards,
    Amitava

  • How to increase font size in report

    Dear ABAPers,
    I got one requirement that i hav to increase font size in report.
    I am using Write statement in report.
    PL guide me regarding this.
    Regards,
    Simha.

    hi shakya,
    I have tried that,
    i think font size cannot be increased.....it wil auto adjust based on ur no of coloumns and records.... try to reduce the no of coloumns u r displaying, then it will auto adjust itelf.
    With regards,
    S.Barani

  • Hi Thanks for 4.0. It runs much faster on my Mac, however, it no longer works to zoom in all of my web pages. I use to be able to use my finger pad to increase the size of all of all pages. Thanks again.

    Hi Thanks for 4.0. It runs much faster on my Mac, however, it no longer works to zoom in all of my web pages. I use to be able to use my finger pad to increase the size of all of all pages.
    Thanks again.
    PS Are you working on a version for the iPad and iPhone with Add Blocker? That would be great!

    Here are some zoom add-ons which might provide a workaround:
    [https://addons.mozilla.org/en-US/firefox/search/?q=image+zoom&cat=all&x=0&y=0 Image Zoom]
    As regards your question about iPad and iPhone, you'd be better off posting that question here: [https://forums.mozilla.org/addons/ Mozilla Add-ons Forum]
    P.S. ''Apologies for not responding earlier''.

  • I used to be able to increase the size font of the persons name sending me an email or text message.  I have an iphone 5 and can no longer do that.  Help!

    I used to be able to increase the size font of the persons name sending me an email or text message.  I have an iphone 5 and can no longer do that.  Help!

    Just the name? Don't ever recall that being a feature. However, for Mail and Messages (and a few other apps): Settings app > General > Text Size

  • How do I increase the size of a partition

    I have installed OS X on an external drive, I partioned the drive, one 20gig partition for the operating system and one 230 gig for data. I now want to increase the size of the OS partition to 30gig, can I do that without erasing the data on the partition?
    PowerBook G4   Mac OS X (10.4.8)   1.5 Gig RAM

    Hi fabio,
    you can use iPartition or VolumeWorks to do that.
    If this answered your question please consider granting some stars: Why reward points?

  • Is there any way to increase the size of printing on each page? With most of the printing it is really tiny. printing

    I have been using I.E. with myyahoo.com as my homepage and I started having a page freeze for 30 seconds (approx.) 5 or 6 times a session. this is powered thru ATT.net. I thought that Firefox may correct this problem. When I installed Firefox I decided to use myyahoo.com as my home page. Yahoo/IE has a magnifying glass icon in the lower right corner that allows me to increase the print size. When I am on Foxfire the basis text size is 1/16th of an inch! How can I increase this size?????????????
    #2 is it possible to have a different home page for Firefox and leave myyahoo.com on IE ???????????

    1. The Firefox [https://support.mozilla.com/en-US/kb/Page+Zoom Page Zoom] feature does a domain by domain level of saving the users preferred zoom level settings, there is no default Page Zoom level setting in Firefox, as with some other browsers.
    Try the Default FullZoom Level extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/6965
    Or the NoSquint extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/2592/
    2. See [http://support.mozilla.com/en-US/kb/How+to+set+the+home+page How to set the homepage]

  • How to increase line-size in Function module

    Hi All,
        How to increase line-size in function module..
    I am displaying a list in function module.The output is of width more than 150..
    Regards,
    Srinivas

    Hi Srini,
    U can try by setting the system variable SY-LINSZ = 150.
    or
    Use new page command.
    Vasanth

  • Increase font size in Windows 7 Photoshop Elements 11?

    I'd have thought (since this has been a problem since 9 and that HD displays are fairly common now) it would have been addressed. I still can't find a way to increase the font size in PE 11, though. Am I missing something? It seems the menu fonts have increased in size in proportion to what Windows font size I'm using, but all the other fonts in PE 11 are still too tiny to read meaning (unless I am missing something) the software is still unusable (unless I sacrifice resolution).

    Oh well, at least I only downloaded the trial I guess. I feel sorry for anyone who buys this expecting it to be fully compatible with HD monitors. Adobe are being lazy, I think, expecting people to lower the screen resolution. I just checked PC World and 8 out of 10 of the most popular monitors were full 1080 HD. I wonder how many will go to GIMP and not return?

  • To increase font size in List Output in Report

    Hi, I have to increase the font size of my report's list output. I dont have to print it. So, please dont suggest print control. Only it needs to be displayed as an output.....
    Thanks.

    Sagar,
          If you want the font size to be more you can do that using the SAP GUI settings .The output will then appear in the increased format as it is only a list output that you are trying to see.press ALT+F12.Choose New Visual Design and then increase font size to maximum.
    Hope this helps.
    Cheers
    Nishanth

  • How can I increase the size of fonts and tool icons in Elements 12 ?

    The size of fonts and the icons for the tools in the tool box is too small for me to read.  Can I do anything to increase their size??

    Which version of Illustrator?
    For CC you might want to go through this:
    Illustrator CC 2014 interface size too big.
    and this
    http://feedback.photoshop.com/photoshop_family/topics/problem_with_hi_res_monitors
    for other versions
    Hack makes Photoshop and Illustrator readable on Surface Pro — Surface Pro Artist

Maybe you are looking for

  • ESB unable to connect to existing Web Service

    Use Case: We have an existing webservice which is RPC encoded and that had to be invoked from Oracle ESB. Version used : oracle soa suite 10.1.3.1.0. This service had to be deployed in ESB for common platform across the enterprise, where other servic

  • WIDESCREEN MOTION PROJECT NOT WIDESCREEN IN FINDER PREVIEW (HENCE IN DVDSP)

    Howdy folks, This seems like an easy one but I haven't been able to figure it out after a long time of trying and internet searching. I have a Motion project with the following "project properties":- Preset: 1080i50; Width 1440; Height: 1080; Pixel a

  • Resending the Mesage in Message Monitoring is failed again & again

    H i !  All In Scenario Idoc to File , the connectivity between XI server & FTP  was down , Now is up , a message is failed , now again i am  re-sending the message from Message Monitoring , showing the belolw error , FTP Connection is UP now  , in SX

  • AjaxAutoSuggest in creation form

    ADF Jdevelopper 10.1.3.2 I want to use an autosugges ajax tool in a creation form and use the id to put into a table. e.g. table person pers_id name addresse city_id_id table city city_id cityname So for the city I want to use the autosuggest but I n

  • Power of JDAPI

    Hi Gurus We are in the process of exploring the possibility of using JDAPI for ui enhancements during migrating our Forms to 10g (from 6i). We re quite fascinated by the power and simplicity of JDAPI. We were able to dissect any information from the